go/types.Checker.typ (method)
10 uses
go/types (current package)
decl.go#L459: t := check.typ(typ)
decl.go#L625: rhs = check.typ(tdecl.Type)
decl.go#L735: t := check.typ(x)
decl.go#L742: return check.typ(x)
expr.go#L1168: x.typ = check.typ(e)
interface.go#L182: typ := check.typ(f.Type)
literals.go#L84: if sig, ok := check.typ(e.Type).(*Signature); ok {
literals.go#L128: typ = check.typ(e.Type)
typexpr.go#L150: func (check *Checker) typ(e ast.Expr) Type {
union.go#L146: typ := check.typ(x)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)